internal/runtime/maps.Map.getWithKey (method)
3 uses
internal/runtime/maps (current package)
map.go#L398: func (m *Map) getWithKey(typ *abi.SwissMapType, key unsafe.Pointer) (unsafe.Pointer, unsafe.Pointer, bool) {
table.go#L627: newKey, newElem, ok := it.m.getWithKey(it.typ, key)
table.go#L710: newKey, newElem, ok := it.m.getWithKey(it.typ, key)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)